exception name meaning in Chinese
异常名
Examples
- Standard exception names are built - in identifiers ( not reserved keywords )
标准异常名是内置的标识(没有保留关键字) 。 - For a simple type , the java exception name is mapped from the name attribute of the
元素的属性名称来映射java异常名称。 - Exception names are not case sensitive , so " customexception " and " customexception " represent the same exception
异常的名称不区分大小写,因此“ customexception ”和“ customexception ”表示的是同一个异常。 - Therefore , the most important information for an exception can be found in the hierarchy of exceptions , the exception name , and the information contained in the exception
继承。因此,在异常层次结构、异常名称以及异常包含的信息中可以找到有关异常的最重要信息。 - For complextypes , the java exception name is mapped from the name of the complextype or the name of the element if the fault message s part refers to an element
对于complextype ,由complextype的名称(或者元素的名称,如果错误信息的部分引用了元素的话)来映射java异常名称。